Skip to content

fix: tolerate missing artifacts and reuse-bundle collisions#438

Merged
adibarra merged 1 commit into
masterfrom
fix/ingest-tolerate-missing-artifacts
Jun 11, 2026
Merged

fix: tolerate missing artifacts and reuse-bundle collisions#438
adibarra merged 1 commit into
masterfrom
fix/ingest-tolerate-missing-artifacts

Conversation

@adibarra

@adibarra adibarra commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Note

Medium Risk
Partial artifact sets can still be ingested into the DB, so outages may surface as incomplete data rather than a hard workflow failure.

Overview
Makes the ingest-results workflow and reuse-bundle flattening best-effort instead of failing the whole run when individual artifacts are missing or collide.

Artifact download: Failed downloads and failed unzip steps are logged as warnings, the bad artifact is skipped, and ingest continues with whatever downloaded successfully. The job only fails if no artifacts could be retrieved at all.

Reuse bundle flattening: When a reused artifact name already exists at the artifact root (the run produced a fresher copy), the workflow and flattenReusedIngestArtifactBundle now warn, drop the reused copy, and keep the run-local artifact instead of erroring out. Tests were updated for this collision behavior.

Reviewed by Cursor Bugbot for commit 1ad4bb1. Bugbot is set up for automated code reviews on this repo. Configure here.

@adibarra adibarra marked this pull request as ready for review June 11, 2026 16:31
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Jun 11, 2026 4:31pm

Request Review

@adibarra adibarra merged commit ac2bb77 into master Jun 11, 2026
24 checks passed
@adibarra adibarra deleted the fix/ingest-tolerate-missing-artifacts branch June 11, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant